home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / OSCIL.ARJ / README.BAT < prev   
DOS Batch File  |  1992-05-06  |  2KB  |  62 lines

  1. echo off
  2. cls
  3. echo Oscilliscope for Sound Blaster
  4. echo By Corey Roome
  5. echo.
  6. echo FIRST ISSUE OF BUSINESS:
  7. echo ------------------------
  8. echo THIS PROGRAM IS NOT CAPABLE OF PLAYING VOC FILES!!!!
  9. echo It is meant for just viewing pleasure because of its unique displays.
  10. echo.
  11. echo I wrote this program for a physics project dealing with sound and I
  12. echo intended for it to play the VOC files as the display was turned on.
  13. echo Unfortunately, I don't really understand ASSEMBLY, and I couldn't
  14. echo figure out how to program the Sound Blaster's DAC.  So, if you downloaded
  15. echo this program thinking it would be anything more, I appologize.
  16. echo.
  17. echo I AM willing to update it, however, if someone can give me some source
  18. echo code (PASCAL, preferably) for programming the Sound Blaster...  including
  19. echo its digital channel (DAC).  I included the source code written in Turbo
  20. echo Pascal 6.0.
  21. echo.
  22. pause
  23. cls
  24. echo SECOND STUFF:
  25. echo -------------
  26. echo Okay, now, with that out of the way, I can go on.
  27. echo.
  28. echo The program is started by typing OSCIL.
  29. echo.
  30. echo You will be presented with a screen telling you some keys that I added
  31. echo at the last minute such as MONO/STEREO and COLOR.  You are then prompted
  32. echo for a filename.
  33. echo.
  34. echo YOU MUST INCLUDE AN EXTENSION!!!!!  
  35. echo For example, type:  COREY.VOC to display COREY.VOC
  36. echo.
  37. echo HINT: IT IS POSSIBLE TO DISPLAY EXE, PAS, BAT, COM, etc....  just make
  38. echo       sure the filename is LEGAL... and, once the oscilliscope flattens
  39. echo       out, press Q to quit, otherwise, the program will never exit.
  40. echo.
  41. echo PLEASE: DO NOT TRY TO TRICK THE PROGRAM BY GIVING IT A FAKE NAME.
  42. echo         This will cause the program to CRASH!!!  (harmlessly, of course)
  43. echo.
  44. echo Other than that, enjoy the program, the menu is on the bottom of the
  45. echo screen in RED letters...  PLAY AROUND WITH EVERYTHING!  By the way, to
  46. echo unpause, press a speed key (1..9 and 0)... okay HAVE FUN!!!
  47. pause
  48. cls
  49. echo FEEL FREE TO DISTRIBUTE THIS PROGRAM!!!!
  50. echo ----------------------------------------
  51. echo.
  52. echo DISTRIBUTE THIS PROGRAM ANYWHERE YOU WISH, but please keep the contents
  53. echo of the original ZIP file.  SOURCE CODE IS INCLUDED!
  54. echo.
  55. echo If you can, or know someone who can help me program the Sound Blaster,
  56. echo leave email to:
  57. echo.
  58. echo Corey Roome
  59. echo EXEC-PC BBS
  60. echo (414) 789-4210
  61. echo on
  62.